crypto/tls.echConfig.raw (field)
6 uses
crypto/tls (current package)
ech.go#L26: raw []byte
ech.go#L59: ec.raw = []byte(s)
ech.go#L66: if len(ec.raw) < int(ec.Length)+4 {
ech.go#L69: ec.raw = ec.raw[:ec.Length+4]
handshake_client.go#L232: info := append([]byte("tls ech\x00"), ech.config.raw...)
![]() |
The pages are generated with Golds v0.7.6. (GOOS=linux GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @zigo_101 (reachable from the left QR code) to get the latest news of Golds. |